跳转到内容

File:Butterworth Filter Orders.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为850 × 600像素,文件大小:95 KB)


摘要

描述
English: A frequency-response graph of low-pass butterworth filters of orders from 1 to 5. The break frequency is normalised to 1 rad/s, and the DC-gain is normalised to 0dB. (Note: this is the power gain G2 not the amplitude gain.)
日期
来源 自己的作品
作者 Inductiveload
授权
(二次使用本文件)
Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。
Mathematica source
InfoField
click to expand
<<Graphics`Graphics`

butterworth[w_, w0_, o_] = 1/(1 + (w/w0)^(2*o));

LogLinearPlot[
  Evaluate[Table[
      10*Log[10, butterworth[w, 1, ord]],
      {ord, 5}]],
  {w, 0.01, 100},
  PlotRange -> {-100, 0},
  PlotPoints -> 100,
  ImageSize -> 800]

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

a16a96298b64e8951196ed16bbede7cb951cee7d

96,838 字节

600 像素

850 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年10月18日 (四) 22:452007年10月18日 (四) 22:45版本的缩略图850 × 600(95 KB)Inductiveload{{Information |Description=A frequency-response graph of w:butterworth filters of orders from 1 to 5. The break frequency is normalised to 1 rad/s, and the DC-gain is normalised to 0dB. |Source=Self-made |Date=18/10/2007 |Author= [[User:Inductiveload

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: